Turn off GTK_DISABLE_DEPRECATED, since this test uses the
authorMatthias Clasen <maclas@gmx.de>
Fri, 26 Sep 2003 23:33:46 +0000 (23:33 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 26 Sep 2003 23:33:46 +0000 (23:33 +0000)
commite4507b60182ee3c69fbc8df06169eefb914a621a
treea6c34c17dc9f4334af36e957186c5d1342e49665
parenteeed9d1890e8f462445af36974ff756409111da5
Turn off GTK_DISABLE_DEPRECATED, since this test uses the

2003-09-27  Matthias Clasen  <maclas@gmx.de>

* tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
this test uses the soon-to-be-deprecated GtkItemFactory.

* demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
remove item_factory.c

* demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c
using GtkUIManager instead of GtkItemFactory.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
demos/gtk-demo/Makefile.am
demos/gtk-demo/item_factory.c [deleted file]
demos/gtk-demo/ui_manager.c [new file with mode: 0644]
tests/testtext.c